home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Utilities Professional 1-1500
/
Utilities Professional 1-1500 (1994)(WPD)[!].iso
/
12511500
/
var1375.dms
/
var1375.adf
/
COUNTING
/
INSTALLFONT
< prev
next >
Wrap
Text File
|
1991-03-02
|
658b
|
25 lines
.K ""
echo "This script will install the plymouth font in your FONTS: directory."
echo ""
ask "Do you wish to continue with the installation? [y/n]"
if WARN
if not EXISTS fonts:plymouth.font
echo "No existing plymouth.font, installing plymouth font..."
copy fonts fonts: all
else
echo "Found an existing plymouth.font in your FONTS: directory."
ask "Do you wish to replace it with this version of the font? [y/n]"
if WARN
echo "Updating plymouth font..."
copy fonts fonts: all
else
echo "Font unchanged."
endif
endif
endif
endif
echo "All Done. Click close gadget to get rid of window."
endcli